{% extends "layout.html" %} {% block heading %}

{{ type }} error

{% endblock %} {% block about %}

Error

{% endblock %} {% block sidebar %}

If you're having trouble setting up the script then try reading the comments on Codecanyon or e-mail us.

{% endblock %} {% block body %}

{{ message }}

{% if file %}

File: {{ file }}

{% endif %} {% if line %}

Line: {{ line }}

{% endif %} {% if query %}

Query:

{{ query }}
{% endif %} {% endblock %}